From 7e10fad6a51863af2214c69a7abd6823ad8b8cbc Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 9 Aug 2016 09:23:52 -0700 Subject: [PATCH] Update cargo tests in prep for new errors --- tests/build-script.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/build-script.rs b/tests/build-script.rs index 48a3ce22c..f471f5475 100644 --- a/tests/build-script.rs +++ b/tests/build-script.rs @@ -857,7 +857,6 @@ fn output_separate_lines() { [RUNNING] `[..]foo-[..]build-script-build[..]` [RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo` [ERROR] could not find native static library [..] -[ERROR] Could not compile [..] ")); } @@ -886,7 +885,6 @@ fn output_separate_lines_new() { [RUNNING] `[..]foo-[..]build-script-build[..]` [RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo` [ERROR] could not find native static library [..] -[ERROR] Could not compile [..] ")); } -- 2.30.2